get method

Future get ([Map options ])

Implementation

Future get([Map options]) {
  if (options != null) {
    var options_1 = convertDartToNative_Dictionary(options);
    return _get_1(options_1);
  }
  return _get_2();
}