clearDefaultRouteNameTestValue method Null safety
- @Deprecated('Use platformDispatcher.clearDefaultRouteNameTestValue instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')
Deprecated('Use platformDispatcher.clearDefaultRouteNameTestValue instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')">@Deprecated('Use platformDispatcher.clearDefaultRouteNameTestValue instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')
Deletes any existing test default route name and returns to using the real default route name.
Implementation
@Deprecated(
'Use platformDispatcher.clearDefaultRouteNameTestValue instead. '
'This feature was deprecated after v2.11.0-0.0.pre.'
)
void clearDefaultRouteNameTestValue() {
platformDispatcher.clearDefaultRouteNameTestValue();
}