changeAccountV2 method

Future<Map> changeAccountV2(
  1. String address
)

Implementation

Future<Map> changeAccountV2(String address) async {
  return service.changeAccountV2(address);
}