finish method

void finish([
  1. Object? data
])

Implementation

void finish([Object? data]) {
  sendNotify("_finish_current_page", data: data);
}