isPrivateStorageEnabledOrNot static method
isPrivateStorageEnabledOrNot to check the private storage is enabled or not
Implementation
static Future<bool> isPrivateStorageEnabledOrNot() {
return FlyChatFlutterPlatform.instance.isPrivateStorageEnabledOrNot();
}