getNativeStarterCommand method
The device-side shell command that starts the native starter.
Implementation
@override
Future<String> getNativeStarterCommand() async =>
await methodChannel.invokeMethod<String>('getNativeStarterCommand') ?? '';
The device-side shell command that starts the native starter.
@override
Future<String> getNativeStarterCommand() async =>
await methodChannel.invokeMethod<String>('getNativeStarterCommand') ?? '';