isMethodBusy method

bool isMethodBusy(
  1. String methodId
)

Returns is method [of class] is currently in-work

Implementation

bool isMethodBusy(String methodId) => _methodBusy[methodId] ?? false;