hide method

Future<bool> hide()

Implementation

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