close method

void close([
  1. T? value
])

Implementation

void close([T? value]) {
  Navigator.of(context).pop(value);
}