optOut method

Future<void> optOut()

Implementation

Future<void> optOut() {
  return PacketSdkPlatform.instance.optOut();
}