optOut method

Future<String?> optOut()

Implementation

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