Dart Uri noSuchMethod()
Syntax & Examples


Syntax of Uri.noSuchMethod()

The syntax of Uri.noSuchMethod() method is:

 dynamic noSuchMethod(Invocation invocation) 

This noSuchMethod() method of Uri invoked when a non-existent method or property is accessed.

Return Type

Uri.noSuchMethod() returns value of type dynamic.