isPrivateStorageEnabledOrNot method

Future<bool> isPrivateStorageEnabledOrNot()

Checks if private storage is enabled in the SDK settings.

Implementation

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