isPrivateStorageEnabledOrNot static method

Future<bool> isPrivateStorageEnabledOrNot()

isPrivateStorageEnabledOrNot to check the private storage is enabled or not

Implementation

static Future<bool> isPrivateStorageEnabledOrNot() {
  return FlyChatFlutterPlatform.instance.isPrivateStorageEnabledOrNot();
}