closePlayer method

Future<int> closePlayer(
  1. FlutterSoundPlayerCallback callback
)

Implementation

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