setDebug static method

Future<void> setDebug()
  • Test host and account ID will be used from the configuration.
  • All CMP configurations will be fake.
  • Global configuration will be fake including publisher and user configurations

Implementation

static Future<void> setDebug() =>
    R89SdkPlatformInterface.instance().setDebug();