isOptedIn method

Future<bool> isOptedIn()

Implementation

Future<bool> isOptedIn() {
  return PacketSdkPlatform.instance.isOptedIn();
}