optIn method

Future<void> optIn()

Implementation

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