Source
setUpContextForTesting({Map<String, dynamic> values}) {
_testingContext = new HttpContext({
'__container': new IoCContainer()
}..addAll(values ?? {}));
}
setUpContextForTesting({Map<String, dynamic> values}) {
_testingContext = new HttpContext({
'__container': new IoCContainer()
}..addAll(values ?? {}));
}