createState method

  1. @override
State<FakeCapabilityHost> createState()

Creates the mutable state for a branch of this seed.

Implementation

@override
State<FakeCapabilityHost> createState() => _FakeCapabilityHostState();