resetMaxWindowSize static method

Future resetMaxWindowSize()

Implementation

static Future resetMaxWindowSize() async {
  return await _channel.invokeMethod('resetMaxWindowSize');
}