customUnique method

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

Implementation

void customUnique(String eventId, Map eventValue, int time) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}