owner method

Future owner()

Implementation

Future<dynamic> owner() async {
  return await _contract.call("owner");
}