Home > front end >  Undefined name Patrol in Flutter
Undefined name Patrol in Flutter

Time:09-27

Even though I added dependency correctly, it is unable to find the Patrol class inside the dependencies. The correct implementation is shown in this link: enter image description here

CodePudding user response:

The Patrol class has been renamed to NativeAutomator.

  • Related