@override Future<void> setMag(int width, int height) { return methodChannel.invokeMethod<void>('setMag', {'width': width, 'height': height}); }