setUIProgressBar method

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

Implementation

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