menu
flutter_web3_provider package
documentation
ethers.dart
Contract
off method
off method
dark_mode
light_mode
off
method
@JS("off")
Future
off
(
String
eventName
,
Function
func
)
Unsubscribe listener to event.
Implementation
@JS("off") external Future off(String eventName, Function func);
flutter_web3_provider package
documentation
ethers
Contract
off method
Contract class