initialLifecycleStateTestValue property Null safety

void initialLifecycleStateTestValue=(String state)
Deprecated('Use platformDispatcher.initialLifecycleStateTestValue instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')">@Deprecated('Use platformDispatcher.initialLifecycleStateTestValue instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')

Sets a faked initialLifecycleState for testing.

Implementation

@Deprecated(
  'Use platformDispatcher.initialLifecycleStateTestValue instead. '
  'This feature was deprecated after v2.11.0-0.0.pre.'
)
set initialLifecycleStateTestValue(String state) { // ignore: avoid_setters_without_getters
  platformDispatcher.initialLifecycleStateTestValue = state;
}