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