addNewRect static method

Future<void> addNewRect()

This method is used add a new rect that needs to be tracked

Implementation

static Future<void> addNewRect() async {
  await _channel.invokeMethod('addNewRect');
}