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