isSdkDisabled method

Future<bool> isSdkDisabled()

Check if the SDK is disabled

Returns true if the SDK is disabled (e.g., due to invalid API key), false otherwise. This can be called after configure() to verify that the configuration was successful.

Implementation

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