static Future<bool?> identify({String? userId}) async { return _channel.invokeMethod('identify', <String, String?>{'id': userId}); }