@override Future<String> stopLiveStream() async { return await methodChannel .invokeMethod<String>('stopLiveStream') .then<String>((String? value) => value ?? ""); }