stopPlayer method

Future<int> stopPlayer(
  1. FlutterSoundPlayerCallback callback
)

Implementation

Future<int> stopPlayer(FlutterSoundPlayerCallback callback,  )
{
  throw UnimplementedError('invokeMethod() has not been implemented.');
}