getNativeStarterCommand method

Future<String> getNativeStarterCommand()

The device-side shell command that starts the native starter.

Implementation

Future<String> getNativeStarterCommand() {
  throw UnimplementedError(
    'getNativeStarterCommand() has not been implemented.',
  );
}