getContextById method

  1. @override
dynamic getContextById(
  1. String id
)
override

Implementation

@override
dynamic getContextById(String id) {
  return _dataContext[id];
}