createFakeContext method
Creates and attaches a FakeContext for unit testing this state in isolation. If a fake context is already attached, it is reset and returned.
Implementation
FakeContext createFakeContext() => _internalState.createFakeContext();