OnInfo typedef

OnInfo = void Function(int? infoCode, int? extraValue, String? extraMsg, String playerId)

Implementation

typedef OnInfo = void Function(
    int? infoCode, int? extraValue, String? extraMsg, String playerId);