noAssociatedCodeRetrievalMethod method

  1. @override
String noAssociatedCodeRetrievalMethod(
  1. String arg
)
override

No description provided for @noAssociatedCodeRetrievalMethod.

In en, this message translates to: 'No code retrieval method associated with {arg}'

Implementation

@override
String noAssociatedCodeRetrievalMethod(String arg) {
  return 'No code retrieval method associated with $arg';
}