setContactKey method

Future<void> setContactKey(
  1. String contactKey
)

Implementation

Future<void> setContactKey(String contactKey) {
  throw UnimplementedError('setContactKey() has not been implemented.');
}