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