@override Future<String?> printSetGray(int nLevel) async { return await methodChannel.invokeMethod<String>('PrintSetGray', {'nLevel': nLevel}); }