@override Future<bool?> checkH265Support() async { final version = await methodChannel.invokeMethod<bool>('checkH265Support'); return version; }