seekToPlayer method

Future<int> seekToPlayer(
  1. FlutterSoundPlayerCallback callback, {
  2. Duration? duration,
})

Implementation

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