isOwner method

bool isOwner(
  1. Uint8List address
)

Implementation

bool isOwner(Uint8List address) {
  return depositor.toHex() == address.toHex();
}