close method

Future<bool> close()

Implementation

Future<bool> close() async {
  return _internalClose(keepIntent: false);
}