currentInstallation static method
Gets the current installation from storage
Implementation
static Future<ParseInstallation> currentInstallation() async {
return (await _getFromLocalStore()) ?? (await _createInstallation());
}
Gets the current installation from storage
static Future<ParseInstallation> currentInstallation() async {
return (await _getFromLocalStore()) ?? (await _createInstallation());
}