getSharedSession static method

NSURLSession getSharedSession(
  1. ThermionDartTexture1 _lib
)

Implementation

static NSURLSession getSharedSession(ThermionDartTexture1 _lib) {
  final _ret = _lib._objc_msgSend_1026(
      _lib._class_NSURLSession1, _lib._sel_sharedSession1);
  return NSURLSession._(_ret, _lib, retain: true, release: true);
}