setAppAdapter method

void setAppAdapter(
  1. AppDriverAdapter appAdapter
)

Sets the app driver that is used to control the app under test

Implementation

void setAppAdapter(AppDriverAdapter appAdapter) {
  _adapter = appAdapter;
}