toReefEVMAddressWithNotificationString method

Future toReefEVMAddressWithNotificationString(
  1. String evmAddress
)

Implementation

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