optIn method

Future<String?> optIn()

Implementation

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