Dart Runes noSuchMethod()
Syntax & Examples
Syntax of Runes.noSuchMethod()
The syntax of Runes.noSuchMethod() method is:
dynamic noSuchMethod(Invocation invocation)
This noSuchMethod() method of Runes invoked when a non-existent method or property is accessed.
Return Type
Runes.noSuchMethod() returns value of type dynamic
.