identify static method
Implementation
static void identify(Map<String, dynamic> attributes) {
try {
plotlineChannel.invokeMethod('identify', <String, dynamic>{
'attributes': attributes,
});
} catch (e) {
debugPrint("Error in identify: $e");
}
}