install static method

void install({
  1. required String mobileHome,
})

Registers mobileHome for resolveShellSpec on Android.

Implementation

static void install({required String mobileHome}) {
  ShellDefaults.mobileHome = mobileHome;
}