customUnique method

void customUnique(
  1. String eventId,
  2. Map eventValue,
  3. int time
)

Implementation

void customUnique(String eventId, Map eventValue, int time) {
  instance.invokeMethod("customUnique", <String, dynamic>{
    'eventId': eventId,
    'eventValue': eventValue,
    'time': time
  });
}