hasMethodsRequiringImplementation method
Whether the host proxy API class will have methods that need to be implemented.
Implementation
bool hasMethodsRequiringImplementation() =>
hasAnyHostMessageCalls() || unattachedFields.isNotEmpty;
Whether the host proxy API class will have methods that need to be implemented.
bool hasMethodsRequiringImplementation() =>
hasAnyHostMessageCalls() || unattachedFields.isNotEmpty;