setMag method

  1. @override
Future<void> setMag(
  1. int width,
  2. int height
)
override

Implementation

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