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