logRoute method
Implementation
T logRoute({String? prefix}) {
log(
msg: 'UINavigator.currentRoute: ${UINavigator.currentRoute}',
prefix: prefix,
);
return this as T;
}
T logRoute({String? prefix}) {
log(
msg: 'UINavigator.currentRoute: ${UINavigator.currentRoute}',
prefix: prefix,
);
return this as T;
}