@override Future<int> getProgress(int id) async { return await methodChannel.invokeMethod<int>(ImpulsePlayerPluginConstants.MethodGetProgress, { ImpulsePlayerPluginConstants.ParameterId: id, }) ?? 0; }