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