getCachedState method

Map<String, dynamic>? getCachedState(
  1. String type
)

Implementation

Map<String, dynamic>? getCachedState(String type) {
  return _cachedSharedState[type];
}