menu
flutter_aliplayer package
documentation
flutter_aliplayer.dart
OnLoadingProgress typedef
OnLoadingProgress typedef
dark_mode
light_mode
OnLoadingProgress
typedef
OnLoadingProgress
=
void Function
(
int
percent
,
double
?
netSpeed
,
String
playerId
)
Implementation
typedef OnLoadingProgress = void Function( int percent, double? netSpeed, String playerId);
flutter_aliplayer package
documentation
flutter_aliplayer
OnLoadingProgress typedef
flutter_aliplayer library