navigate method

  1. @Deprecated('Use [show] instead')
Future<IsoCode?> navigate(
  1. BuildContext context
)

Implementation

@Deprecated('Use [show] instead')
Future<IsoCode?> navigate(BuildContext context) => show(context);