OnLoadingProgress typedef

OnLoadingProgress = void Function(int percent, double? netSpeed, String playerId)

Implementation

typedef OnLoadingProgress = void Function(
    int percent, double? netSpeed, String playerId);