@override Future<bool> enterPipMode() async { final bool? success = await methodChannel.invokeMethod<bool>( 'enterPipMode', ); return success ?? false; }