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