static Future<void> clearWidgetCoordinatesFor(String key) async { await _channel.invokeMethod<void>( Constants.caseClearWidgetCoordinatesFor, key); }