hasAnyHostMessageCalls method

bool hasAnyHostMessageCalls()

Whether the API has any message calls from Dart to host.

Implementation

bool hasAnyHostMessageCalls() =>
    constructors.isNotEmpty ||
    attachedFields.isNotEmpty ||
    hostMethods.isNotEmpty;