removeAllSecureRects static method

Future<void> removeAllSecureRects()

Implementation

static Future<void> removeAllSecureRects() async {
  _init();
  await _channel?.invokeMethod('removeAllSecureRects', <String, dynamic>{});
}