@override Future<Uint8List?> getAtr() async { final result = await methodChannel.invokeMethod<Uint8List>('getAtr'); return result!; }