isOwner method

bool isOwner([
  1. String? compneyID
])

Implementation

bool isOwner([String? compneyID]) {
  return _b2b[compneyID ?? compneyIdInUse].data == 0;
}