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