restore method

Future<RestoreResultEntity> restore(
  1. String userIdentifier
)

Implementation

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