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