Future<String?> getStringOption(int key) async { return await engineInstanceMethodChannel.invokeMethod('getStringOption', key); }