@override Future<String?> resumeMedia(String id) { return methodChannel.invokeMethod<String>('resumeMedia', {'id': id}); }