@override Future<void> viewProduct(String id, String name) async { await methodChannel.invokeMethod('viewProduct', {'id': id, 'name': name}); }