hasMethodsRequiringImplementation method

bool hasMethodsRequiringImplementation()

Whether the host proxy API class will have methods that need to be implemented.

Implementation

bool hasMethodsRequiringImplementation() =>
    hasAnyHostMessageCalls() || unattachedFields.isNotEmpty;