optOut method

Future<void> optOut(
  1. bool optOut
)

Implementation

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