optOut method

Future<void> optOut()

Implementation

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