router/imkit_router_factory library
Functions
-
goAddFriendPage<
T extends Object?> (BuildContext context) → Future< T?> -
goGlobalSearchPage<
T extends Object?> (BuildContext context) → Future< T?> -
goTeamListPage<
T extends Object?> (BuildContext context, {bool? selectorModel}) → Future< T?> -
goToContactDetail<
T extends Object?> (BuildContext context, String accId) → Future< T?> -
goToContactSelector<
T extends Object?> (BuildContext context, {int? mostCount, List< String> ? filter, bool? returnContact}) → Future<T?> -
gotoMineInfoPage<
T extends Object?> (BuildContext context) → Future< T?> -
goToP2pChat<
T extends Object?> (BuildContext context, String userId) → Future< T?> -
goToTeamChat<
T extends Object?> (BuildContext context, String teamId) → Future< T?>