optIn method

Future<void> optIn()

Implementation

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