Guest User

Untitled

a guest
Dec 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @override
  2. void onActivate(_, RouterState current) async{
  3. // TODO: implement onActivate
  4. final products = getProducts(current.parameters);
  5. if(products != null) selectedProduct = await(_productService.get(products));
  6. }
Add Comment
Please, Sign In to add comment