endBackgroundTask method
endBackgroundTask:
Implementation
void endBackgroundTask(int identifier) {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('UIApplication.endBackgroundTask:', iOS: (false, (4, 0, 0)));
_objc_msgSend_1i9r4xy(_$$ref.pointer, _sel_endBackgroundTask_, identifier);
}