@override Future<void> keepAlive(int id) async { return await methodChannel.invokeMethod<void>(ImpulsePlayerPluginConstants.MethodKeepAlive, { ImpulsePlayerPluginConstants.ParameterId: id, }); }