restore method

Future<bool> restore()

Implementation

Future<bool> restore() {
  throw UnimplementedError('restore() has not been implemented.');
}