toReefEVMAddressNoNotificationString method

dynamic toReefEVMAddressNoNotificationString(
  1. String evmAddress
)

Implementation

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