menu
flutter_effect_player package
documentation
ftceffect_player.dart
FTCEffectViewController
isPlaying method
isPlaying method
dark_mode
light_mode
isPlaying
method
Future
<
bool
>
isPlaying
(
)
Implementation
Future<bool> isPlaying() async { return await _effectViewApi.isPlaying(); }
flutter_effect_player package
documentation
ftceffect_player
FTCEffectViewController
isPlaying method
FTCEffectViewController class