hasAnyFlutterMessageCalls method
Whether the API has any message calls from host to Dart.
Implementation
bool hasAnyFlutterMessageCalls() =>
hasCallbackConstructor() || flutterMethods.isNotEmpty;
Whether the API has any message calls from host to Dart.
bool hasAnyFlutterMessageCalls() =>
hasCallbackConstructor() || flutterMethods.isNotEmpty;