setOwner method

Future setOwner(
  1. String newOwnerAddress
)

Implementation

Future<dynamic> setOwner(String newOwnerAddress) async =>
    await _contract.send("setOwner", [newOwnerAddress]);