getProgress method

Future<Map<String, Duration>> getProgress(
  1. FlutterSoundPlayerCallback callback
)

Implementation

Future<Map<String, Duration>> getProgress(
  FlutterSoundPlayerCallback callback,
) {
  throw UnimplementedError('getProgress() has not been implemented.');
}