initialize abstract method

Future<void> initialize()

Initializes the native automator.

It's used to initialize android.app.UiAutomation before Flutter tests start running. It's idempotent.

See also:

Implementation

Future<void> initialize();