getNativeStarterCommand method

  1. @override
Future<String> getNativeStarterCommand()
override

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

Implementation

@override
Future<String> getNativeStarterCommand() async =>
    await methodChannel.invokeMethod<String>('getNativeStarterCommand') ?? '';