restore method
Implementation
Future<RestoreResultEntity> restore(String userIdentifier) async {
throw UnimplementedError('restore() has not been implemented.');
}
Future<RestoreResultEntity> restore(String userIdentifier) async {
throw UnimplementedError('restore() has not been implemented.');
}