getProgress method

Future<int> getProgress()

Implementation

Future<int> getProgress() async {
  final id = await ImpulsePlayerFactory.getViewId(this);
  return ImpulsePlayerPluginPlatform.instance.getProgress(id);
}