ShellContextPlatform.android constructor

ShellContextPlatform.android()

Android

Implementation

factory ShellContextPlatform.android() {
  return _ShellContextPlatform(isAndroid: true);
}