endBackgroundTask method

void endBackgroundTask(
  1. int identifier
)

endBackgroundTask:

Implementation

void endBackgroundTask(int identifier) {
  objc.checkOsVersionInternal('UIApplication.endBackgroundTask:', iOS: (false, (4, 0, 0)));
  _objc_msgSend_1i9r4xy(this.ref.pointer, _sel_endBackgroundTask_, identifier);
}