@override Future<String?> printStep(int pixel) async { return await methodChannel.invokeMethod<String>('PrintStep', {'pixel': pixel}); }