addNewRect static method
This method is used add a new rect that needs to be tracked
Implementation
static Future<void> addNewRect() async {
await _channel.invokeMethod('addNewRect');
}
This method is used add a new rect that needs to be tracked
static Future<void> addNewRect() async {
await _channel.invokeMethod('addNewRect');
}