hasAnyFlutterMessageCalls method

bool hasAnyFlutterMessageCalls()

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

Implementation

bool hasAnyFlutterMessageCalls() =>
    hasCallbackConstructor() || flutterMethods.isNotEmpty;