toReefEVMAddressWithNotificationString method
Implementation
Future<dynamic> toReefEVMAddressWithNotificationString(String evmAddress) async {
return await _jsApi.jsCall(
'window.account.toReefEVMAddressWithNotification("$evmAddress")');
}
Future<dynamic> toReefEVMAddressWithNotificationString(String evmAddress) async {
return await _jsApi.jsCall(
'window.account.toReefEVMAddressWithNotification("$evmAddress")');
}