setOwner method

Future setOwner(
  1. String newOwner
)

Implementation

Future<dynamic> setOwner(String newOwner) async {
  return await _contract.send("setOwner", [newOwner]);
}