menu
dotlottie_flutter package
documentation
dotlottie_flutter_platform_interface.dart
DotLottieFlutterPlatform
stop method
stop method
dark_mode
light_mode
stop
method
Future
<
bool
?
>
stop
(
)
Implementation
Future<bool?> stop() { throw UnimplementedError('stop() has not been implemented.'); }
dotlottie_flutter package
documentation
dotlottie_flutter_platform_interface
DotLottieFlutterPlatform
stop method
DotLottieFlutterPlatform class