get method
Gets the current content setting for a given pair of URLs.
Implementation
Future<GetCallbackDetails> get(GetDetails details) async {
var $res = await promiseToFuture<$js.GetCallbackDetails>(
_wrapped.get(details.toJS));
return GetCallbackDetails.fromJS($res);
}