Future<void> applyOptions(FOption fOption) async { await _nativeSetup.future; return _channel.invokeMethod("applyOptions", fOption.data); }