menu
dotlottie_flutter package
documentation
dotlottie_flutter_method_channel.dart
MethodChannelDotLottieFlutter
play method
play method
dark_mode
light_mode
play
method
@
override
Future
<
bool
?
>
play
(
)
override
Implementation
@override Future<bool?> play() async { return await methodChannel.invokeMethod<bool>('play'); }
dotlottie_flutter package
documentation
dotlottie_flutter_method_channel
MethodChannelDotLottieFlutter
play method
MethodChannelDotLottieFlutter class