clearUserAttributes static method

void clearUserAttributes()

Implementation

static void clearUserAttributes() async {
  _channel.invokeMethod('clearUserAttributes');
}