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