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