completeSheet method

void completeSheet(
  1. SheetResponse response
)

Completes the dialog and passes the response to the caller

Implementation

void completeSheet(SheetResponse response) {
  Get.back(result: response);
}