identify static method

void identify(
  1. Map<String, dynamic> attributes
)

Implementation

static void identify(Map<String, dynamic> attributes) {
  _channel.invokeMethod('identify', <String, dynamic>{
    'attributes': attributes,
  });
}