get method
Gets the value of a setting.
details
Which setting to consider.
Implementation
Future<GetCallbackDetails> get(GetDetails details) async {
var $res = await promiseToFuture<$js.GetCallbackDetails>(
_wrapped.get(details.toJS));
return GetCallbackDetails.fromJS($res);
}