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