You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dart/application/web/out/packages/route/url_pattern.dart:81:1: Warning: 'UrlPattern' doesn't implement 'matchAsPrefix'.
Try adding an implementation of 'matchAsPrefix'.
class UrlPattern implements Pattern {
^^^^^
/Applications/dart/dart-sdk/lib/core/pattern.dart:34:9: Info: This is the method declaration.
Match matchAsPrefix(String string, [int start = 0]);
^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
When I run dart2js I get this warnings:
dart/application/web/out/packages/route/url_pattern.dart:81:1: Warning: 'UrlPattern' doesn't implement 'matchAsPrefix'.
Try adding an implementation of 'matchAsPrefix'.
class UrlPattern implements Pattern {
^^^^^
/Applications/dart/dart-sdk/lib/core/pattern.dart:34:9: Info: This is the method declaration.
Match matchAsPrefix(String string, [int start = 0]);
^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: