menu
sound_effect package
documentation
sound_effect_method_channel.dart
MethodChannelSoundEffect
initialize method
initialize method
dark_mode
light_mode
initialize
method
@
override
Future
<
void
>
initialize
(
)
override
Implementation
@override Future<void> initialize() async { await methodChannel.invokeMethod<String>('init'); }
sound_effect package
documentation
sound_effect_method_channel
MethodChannelSoundEffect
initialize method
MethodChannelSoundEffect class