menu
flutter_effect_player package
documentation
ftceffect_player.dart
FTCEffectViewController
setLoopCount method
setLoopCount method
dark_mode
light_mode
setLoopCount
method
Future
<
void
>
setLoopCount
(
int
loopCount
)
Implementation
Future<void> setLoopCount(int loopCount) async { await _effectViewApi.setLoopCount(loopCount); }
flutter_effect_player package
documentation
ftceffect_player
FTCEffectViewController
setLoopCount method
FTCEffectViewController class