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