clearAttributes static method

Future<void> clearAttributes()

Implementation

static Future<void> clearAttributes() async {
  return _channel.invokeMethod('clearAttributes');
}