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