@override Future<bool?> printEndLine() async { try { return await methodChannel.invokeMethod<bool>('printEndLine'); } catch (_) { return null; } }