getContactKey method

Future<String?> getContactKey()

Implementation

Future<String?> getContactKey() {
  throw UnimplementedError('getContactKey() has not been implemented.');
}