OnError typedef

OnError = void Function(int errorCode, String? errorExtra, String? errorMsg, String playerId)

Implementation

typedef OnError = void Function(
    int errorCode, String? errorExtra, String? errorMsg, String playerId);