boostMonitor static method

Route? boostMonitor(
  1. Route? route
)

Compatible with flutter_boost

Implementation

static Route<dynamic>? boostMonitor(Route<dynamic>? route) =>
    BoostRouteMonitor.instance.push(route);