backgroundSessionConfigurationWithIdentifier_ static method

NSURLSessionConfiguration backgroundSessionConfigurationWithIdentifier_(
  1. ThermionDartTexture1 _lib,
  2. NSString identifier
)

Implementation

static NSURLSessionConfiguration
    backgroundSessionConfigurationWithIdentifier_(
        ThermionDartTexture1 _lib, NSString identifier) {
  final _ret = _lib._objc_msgSend_1028(
      _lib._class_NSURLSessionConfiguration1,
      _lib._sel_backgroundSessionConfigurationWithIdentifier_1,
      identifier._id);
  return NSURLSessionConfiguration._(_ret, _lib, retain: true, release: true);
}