toReefEVMAddressNoNotificationString method
Implementation
toReefEVMAddressNoNotificationString(String evmAddress) async {
return await _jsApi
.jsCall('window.account.toReefEVMAddressNoNotification("$evmAddress")');
}
toReefEVMAddressNoNotificationString(String evmAddress) async {
return await _jsApi
.jsCall('window.account.toReefEVMAddressNoNotification("$evmAddress")');
}